Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-16 - Staged removal of cargo core: #133

Conversation

jmcconnell26
Copy link
Contributor

  • Add krates_utils module to map between cargo PackageId and
    cargo_metadata PackageId
  • Add methods to cli module to create cargo metadata and krates struct
  • Remove usage of cargo PackageId/Package from find module

Signed-off-by: joshmc [email protected]

* Add krates_utils module to map between cargo PackageId and
  cargo_metadata PackageId
* Add methods to cli module to create cargo metadata and krates struct
* Remove usage of cargo PackageId/Package from find module

Signed-off-by: joshmc <[email protected]>
@anderejd
Copy link
Contributor

anderejd commented Nov 1, 2020

Looks good to me. Doing this decoupling from cargo in multiple PRs seems like a good idea as well, keep 'em coming!

Edit: Your unyielding focus on test coverage is great, I'm rediscovering a long lost appreciation for TDD 👍 Reviewing and merging code with new tests in combination with proper CI is really the way to do it.

@anderejd anderejd merged commit 182097c into geiger-rs:master Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants